home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / Chip_2002-02_cd1.bin / tema / mgedata / a.swf / scripts / DefineButton2_74 / BUTTONCONDACTION on(press).as
Text File  |  2002-01-14  |  154b  |  11 lines

  1. on(press){
  2.    if(_root.schieber == 0)
  3.    {
  4.       _root.schieber = 1;
  5.    }
  6.    else if(_root.schieber == 1)
  7.    {
  8.       _root.schieber = 0;
  9.    }
  10. }
  11.